home *** CD-ROM | disk | FTP | other *** search
- Path: mozo.cc.purdue.edu!not-for-mail
- From: ags@seaman.cc.purdue.edu (Dave Seaman)
- Newsgroups: comp.lang.c++
- Subject: Re: random number in C++
- Date: 31 Jan 1996 17:32:23 -0500
- Organization: Purdue University
- Message-ID: <4eoqln$kac@seaman.cc.purdue.edu>
- References: <4eoh03$6jb@pacemaker.cts>
- NNTP-Posting-Host: seaman.cc.purdue.edu
-
- In article <4eoh03$6jb@pacemaker.cts>,
- Brian A. Bucher <babucher@mtu.edu> wrote:
-
- >Is there _ANY_ way to get a truly random number in a C++ program?
- >rand and srand do not generate random numbers, they generate
- >pseudo-random numbers, which is what I don't need.
-
- What exactly is it about pseudo-random numbers that doesn't fit your
- intended application?
-
- DAve Seaman
-